home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17913 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.1 KB  |  42 lines

  1. Newsgroups: comp.lang.c++
  2. Path: netcom.com!hester
  3. From: hester@netcom.com (Jim Hester)
  4. Subject: Borland class library problem (TDate)
  5. Message-ID: <hesterDq0n4L.B51@netcom.com>
  6. Summary: linker can't find object code
  7. Keywords: Borland, TDate
  8. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  9. Distribution: usa
  10. Date: Wed, 17 Apr 1996 16:57:56 GMT
  11. Sender: hester@netcom16.netcom.com
  12.  
  13.  
  14. Does anyone know if there is a problem with the TDate class in Borland C++
  15. version 4.5?
  16.  
  17. I have BCC4.5 fully installed on C:, and use the command-line compiler.
  18. When I try to use the TDate class, the linker can't find the object code.
  19. For example, if I compile the following:
  20.  
  21.         #include<classlib/date.h>
  22.         void main()
  23.         {
  24.            TDate D;
  25.         }
  26.  
  27. The compilation phase goes OK but the linker complains that it can't find
  28. method TDate::TDate().  I HAVE successfully used other classlib objects (the
  29. container classes, for example).
  30.  
  31. Any ideas?
  32.  
  33. Thanks in advance,
  34.  
  35.      _           _   _
  36.     / )         ' )   )       _/_
  37.    (_/  . __     /---/ _  _   /  _  __
  38.   / /\_/_///_   /   (_</_/_)_<__</_/ (_
  39.  (_/
  40.  
  41. hester@netcom.com
  42.